Auto merge of #2787 - alexcrichton:links-with-dots, r=brson
authorbors <bors@rust-lang.org>
Fri, 17 Jun 2016 15:01:14 +0000 (08:01 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2016 15:01:14 +0000 (08:01 -0700)
Don't re-look-up tables to avoid dots problem

If a `links` value has a `.` in the name Cargo would previously panic, but this
alters the code to be more principled about lookup in tables to ensure that we
don't misinterpret the names.

Closes #2786


Trivial merge